home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 401-425 / disk_419 / reqaztec / glue / format.asm < prev    next >
Assembly Source File  |  1992-05-06  |  249b  |  18 lines

  1. ;:ts=8
  2.  
  3.         section    text,code
  4.  
  5.         xref    _ReqBase
  6.         xdef    _Format
  7. _Format:
  8.         move.l    a2,-(sp)
  9.         move.l    a6,-(sp)
  10.         move.l    12(sp),a2
  11.         move.l    16(sp),a0
  12.         lea        20(sp),a1
  13.         move.l    _ReqBase,a6
  14.         jsr        -54(a6)            ; Format
  15.         move.l    (sp)+,a6
  16.         move.l    (sp)+,a2
  17.         rts
  18.